home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gQTVRObj, gmtype
- if gmtype = 0 then
- openQTVRMovie(the pathName & "VRMOVIE:MENU.MOV", 30)
- else
- openQTVRMovie(the pathName & "VRMOVIE¥MENU.MOV", 30)
- end if
- qtvrsetpanangle(gQTVRObj, string(the text of member "fQTVRPanAngle"))
- qtvrsettiltangle(gQTVRObj, string(the text of member "fQTVRTiltAngle"))
- end
-